home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000178_news@columbia.edu _Mon Jan 31 09:29:09 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA19780
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 31 Jan 2000 09:29:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA05370
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 31 Jan 2000 09:02:21 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "Chris James" <cjames@sctcorp.com>
  10. Subject: Re: VMS/CMU/CKermit build problems
  11. Message-ID: <bpgl4.32$k44.327@client>
  12. Date: Mon, 31 Jan 2000 08:48:48 -0500
  13. To: kermit.misc@columbia.edu
  14.  
  15. Sorry Frank, hit the wrong button. Ignore the message sent directly to you,
  16. the example was slightly incorrect Here again with the correct example,
  17.  
  18. That was the first thing I did. If built fine but did the following....
  19.  
  20. (IP addresses changed due to company security policy)
  21.  
  22. C-Kermit 7.0.196, 1 Jan 2000, for OpenVMS VAX
  23.  Copyright (C) 1985, 2000,
  24.   Trustees of Columbia University in the City of New York.
  25. Type ? or HELP for help.
  26. DISK25:[PRODUCTS.KERMIT.7_0] C-Kermit>telnet 111.222.333.444:2005
  27.  DNS Lookup...
  28. Can't open connection to 111.222.333.444:2005333.444
  29.  
  30. Looks like the last 2 octets of the IP address is being appended to the IP
  31. address. If there were some integer conversion problems involving length
  32. strings in the CKCNET module, I'd imagine this sort of thing would occur.
  33.  
  34. Would a list of successfully included modules be helpful?
  35.  
  36. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote in message
  37. news:86t597$jfs$1@newsmaster.cc.columbia.edu...
  38. > In article <_lok4.52$03.1456@client>, Chris James <cjames@sctcorp.com>
  39. > : wrote:
  40. > :
  41. > : VMS Version 7.1
  42. > : CMU/Tek version 6.6-5A
  43. > : Kermit Version 7.0.196
  44. > :
  45. > : When building it, I get the following warning messages in the module
  46. > : CKCNET (I've removed the informational mesages)
  47. > :
  48. > : "int" ... which is not compatible with "unsigned int".
  49. > :
  50. > : Completed with 0 error(s), 6 warning(s), and
  51. > :                 24 informational messages.
  52. > :                 At line number 10584 in
  53. > : AXP1$DKB100:[PRODUCTS.KERMIT.7_0]CKCNET.
  54. > :
  55. > : I've read the CKVINS.TXT file and see that I may be missing an essential
  56. > : include file. Thing is, I'm not a "C" programmer and don't know what 
  57. > : include files would be considered essential.
  58. > :
  59. > : Anyone run into this one?
  60. > :
  61. > I don't think so.  In all the time we were beta testing C-Kermit 7.0,
  62. > and announcing the tests all over the place, including the VMS newsgroup
  63. > and other DEC-oriented newsgroups, I don't believe I recall one since
  64. > instance of anybody trying to build it with CMU/Tek TCP/IP.
  65. >
  66. > All the errors you listed were warnings and so should not have stopped the
  67. > compilation.  They are most likely harmless ones too.
  68. >
  69. > So?  Did it link?  Can you run it?  Can you make a Telnet connection with
  70. it?
  71. >
  72. > - Frank
  73.  
  74.